Skip to content

Conversation

@julianmueller
Copy link

This PR fixes #2330 by explicitly deleting the lock file after spawning a controller. A log message is also added.

Copy link
Contributor

@christophfroehlich christophfroehlich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, this LGTM

@christophfroehlich christophfroehlich changed the title Workaround for #2330 Delete .lock file after shutting down control node Oct 9, 2025
@codecov
Copy link

codecov bot commented Oct 13, 2025

Codecov Report

❌ Patch coverage is 50.00000% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 89.35%. Comparing base (896de96) to head (5096579).
⚠️ Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
controller_manager/controller_manager/spawner.py 50.00% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2651      +/-   ##
==========================================
- Coverage   89.37%   89.35%   -0.02%     
==========================================
  Files         151      151              
  Lines       17037    17043       +6     
  Branches     1420     1421       +1     
==========================================
+ Hits        15227    15229       +2     
- Misses       1256     1258       +2     
- Partials      554      556       +2     
Flag Coverage Δ
unittests 89.35% <50.00%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
controller_manager/controller_manager/spawner.py 70.73% <50.00%> (-0.79%) ⬇️

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@saikishor
Copy link
Member

Closing in the interest of #2677

@saikishor saikishor closed this Oct 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

.lock file persists after shutting down control node

4 participants